home *** CD-ROM | disk | FTP | other *** search
- Last updated: 11/11/03
- Author: Sergey Mishkovskiy
- Company: USysWare, Inc.
- Contact info: usysware@comcast.net
- Compatibility: Borland Delphi for .NET
-
- Description: This is a relatively extensive WMI demo application.
- Windows Management Instrumentation (WMI) is a system
- management infrastructure that uses an object-oriented
- interface. WMI is used primarily by system management
- application developers and administrators to access
- and manipulate system management information.
-
- This application demonstrates access to the following
- information exposed through the .NET WMI classes:
-
- * OS information
- * Computer information
- * BIOS information
- * CD-ROM information
- * Video card information
- * Registry information
- * Drives information
- * Network configuration information
- * Shares information
- * Printers information
- * Startup information
- * Active services information
- * EventLog information
-
- Requirements: .NET framework 1.1
-
- Enjoy!